home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap09 / howto01 / delphi10 / cciccinf.dfm / cciccinf.txt
Encoding:
Text File  |  1996-06-11  |  4.1 KB  |  226 lines

  1. object CCICInfoDlg: TCCICInfoDlg
  2.   Left = 173
  3.   Top = 166
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'CC Internet Command Center Information Dialog'
  7.   ClientHeight = 390
  8.   ClientWidth = 579
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 344
  20.     Width = 579
  21.     Height = 46
  22.     Align = alBottom
  23.     BevelWidth = 3
  24.     TabOrder = 0
  25.     object BitBtn1: TBitBtn
  26.       Left = 8
  27.       Top = 8
  28.       Width = 89
  29.       Height = 33
  30.       TabOrder = 0
  31.       Kind = bkOK
  32.     end
  33.     object BitBtn2: TBitBtn
  34.       Left = 104
  35.       Top = 8
  36.       Width = 89
  37.       Height = 33
  38.       TabOrder = 1
  39.       Kind = bkCancel
  40.     end
  41.     object Button1: TButton
  42.       Left = 200
  43.       Top = 8
  44.       Width = 137
  45.       Height = 33
  46.       Caption = 'Anonymous Login'
  47.       TabOrder = 2
  48.     end
  49.     object Button2: TButton
  50.       Left = 344
  51.       Top = 8
  52.       Width = 49
  53.       Height = 33
  54.       Caption = 'Add'
  55.       TabOrder = 3
  56.     end
  57.     object Button3: TButton
  58.       Left = 400
  59.       Top = 8
  60.       Width = 73
  61.       Height = 33
  62.       Caption = 'Modify'
  63.       TabOrder = 4
  64.     end
  65.     object Button4: TButton
  66.       Left = 480
  67.       Top = 8
  68.       Width = 89
  69.       Height = 33
  70.       Caption = 'Delete'
  71.       TabOrder = 5
  72.     end
  73.   end
  74.   object Panel4: TPanel
  75.     Left = 0
  76.     Top = 0
  77.     Width = 185
  78.     Height = 344
  79.     Align = alLeft
  80.     BevelInner = bvLowered
  81.     BevelWidth = 3
  82.     BorderWidth = 5
  83.     Caption = 'Panel4'
  84.     TabOrder = 1
  85.     object Label2: TLabel
  86.       Left = 11
  87.       Top = 11
  88.       Width = 163
  89.       Height = 16
  90.       Align = alTop
  91.       Alignment = taCenter
  92.       AutoSize = False
  93.       Caption = 'Subscribed Newsgroups'
  94.     end
  95.     object ListBox2: TListBox
  96.       Left = 11
  97.       Top = 27
  98.       Width = 163
  99.       Height = 306
  100.       Align = alClient
  101.       ItemHeight = 16
  102.       TabOrder = 0
  103.     end
  104.   end
  105.   object Panel2: TPanel
  106.     Left = 184
  107.     Top = 0
  108.     Width = 397
  109.     Height = 41
  110.     Alignment = taLeftJustify
  111.     BevelInner = bvLowered
  112.     BevelWidth = 3
  113.     Caption = '             Name:'
  114.     TabOrder = 2
  115.     object Edit1: TEdit
  116.       Left = 104
  117.       Top = 8
  118.       Width = 281
  119.       Height = 24
  120.       TabOrder = 0
  121.     end
  122.   end
  123.   object Panel3: TPanel
  124.     Left = 184
  125.     Top = 40
  126.     Width = 396
  127.     Height = 41
  128.     Alignment = taLeftJustify
  129.     BevelInner = bvLowered
  130.     BevelWidth = 3
  131.     Caption = '     IP Address:'
  132.     TabOrder = 3
  133.     object Edit2: TEdit
  134.       Left = 104
  135.       Top = 8
  136.       Width = 281
  137.       Height = 24
  138.       TabOrder = 0
  139.     end
  140.   end
  141.   object Panel5: TPanel
  142.     Left = 184
  143.     Top = 80
  144.     Width = 396
  145.     Height = 41
  146.     Alignment = taLeftJustify
  147.     BevelInner = bvLowered
  148.     BevelWidth = 3
  149.     Caption = '    User Name:'
  150.     TabOrder = 4
  151.     object Edit3: TEdit
  152.       Left = 104
  153.       Top = 8
  154.       Width = 281
  155.       Height = 24
  156.       TabOrder = 0
  157.     end
  158.   end
  159.   object Panel8: TPanel
  160.     Left = 184
  161.     Top = 120
  162.     Width = 396
  163.     Height = 41
  164.     Alignment = taLeftJustify
  165.     BevelInner = bvLowered
  166.     BevelWidth = 3
  167.     Caption = '      Password:'
  168.     TabOrder = 5
  169.     object Edit4: TEdit
  170.       Left = 104
  171.       Top = 8
  172.       Width = 281
  173.       Height = 24
  174.       TabOrder = 0
  175.     end
  176.   end
  177.   object Panel9: TPanel
  178.     Left = 184
  179.     Top = 160
  180.     Width = 396
  181.     Height = 41
  182.     Alignment = taLeftJustify
  183.     BevelInner = bvLowered
  184.     BevelWidth = 3
  185.     Caption = '    Starting Dir:'
  186.     TabOrder = 6
  187.     object Edit5: TEdit
  188.       Left = 104
  189.       Top = 8
  190.       Width = 281
  191.       Height = 24
  192.       TabOrder = 0
  193.     end
  194.   end
  195.   object Panel6: TPanel
  196.     Left = 185
  197.     Top = 200
  198.     Width = 395
  199.     Height = 144
  200.     BevelInner = bvLowered
  201.     BevelWidth = 3
  202.     BorderWidth = 5
  203.     TabOrder = 7
  204.     object Label1: TLabel
  205.       Left = 11
  206.       Top = 11
  207.       Width = 373
  208.       Height = 16
  209.       Align = alTop
  210.       Alignment = taCenter
  211.       AutoSize = False
  212.       Caption = 'Available Newsgroups'
  213.     end
  214.     object Outline1: TOutline
  215.       Left = 11
  216.       Top = 27
  217.       Width = 373
  218.       Height = 106
  219.       ItemHeight = 16
  220.       Align = alClient
  221.       TabOrder = 0
  222.       ItemSeparator = '\'
  223.     end
  224.   end
  225. end
  226.